From: Emmanuel Ackaouy Date: Fri, 5 Jan 2007 17:34:33 +0000 (+0000) Subject: Merge vcpuop compat header creation X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~50 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=ff311267b0e2ebe889e5b4067469be9028d94b8b;p=xen.git Merge vcpuop compat header creation Signed-off-by: Emmanuel Ackaouy --- diff --git a/xen/include/Makefile b/xen/include/Makefile index 416c3a8fee..d2efb237c3 100644 --- a/xen/include/Makefile +++ b/xen/include/Makefile @@ -4,6 +4,8 @@ compat-arch-$(CONFIG_X86) := x86_32 headers-y := $(shell echo public/*.h | sed -e 's,[^[:space:]]*-[^[:space:]]*,,g' -e 's,public/,compat/,g') headers-y := $(filter-out %/dom0_ops.h,$(headers-y)) +headers-$(CONFIG_X86) += compat/arch-x86/xen.h +headers-$(CONFIG_X86) += compat/arch-x86/xen-$(compat-arch-y).h headers-y += compat/arch-$(compat-arch-y).h compat/xlat.h cppflags-y := -include public/xen-compat.h diff --git a/xen/include/xlat.lst b/xen/include/xlat.lst index bfd017b744..df786c0d53 100644 --- a/xen/include/xlat.lst +++ b/xen/include/xlat.lst @@ -6,9 +6,9 @@ ! mmuext_op xen.h ! start_info xen.h ? vcpu_time_info xen.h -! cpu_user_regs arch-@arch@.h -! trap_info arch-@arch@.h -! vcpu_guest_context arch-@arch@.h +! cpu_user_regs arch-x86/xen-@arch@.h +! trap_info arch-x86/xen.h +! vcpu_guest_context arch-x86/xen.h ? evtchn_alloc_unbound event_channel.h ? evtchn_bind_interdomain event_channel.h ? evtchn_bind_ipi event_channel.h